.UIQuestionForConversationNew{
        margin: 20px 0;
        border-top: 4px solid var(--color-primary);
        padding: 10px;
        padding-top: 20px;
        box-shadow: var(--box-category);
        border-radius: 4px;
}
.UIQuestionForConversationNew .header>.header-wrap{
        font-size: 18px;
        font-family: "Inter";
        font-weight: 700;
        /* letter-spacing: .1em; */
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        /* text-shadow: 
      4px 4px 0px #d5d5d596, 
      2px 2px 0px rgb(0 0 0 / 11%); */
}
.UIQuestionForConversationNew .header>.header-wrap:before{
        font-family: 'Font Awesome 5 Pro';
        content: '\f128';
        padding-right: 10px;
}
.UIQuestionForConversationNew #btnMoveToAsk{
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: #fff;
        background-color: var(--color-primary);
        border: none;
        border-radius: 45px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: none;
        
}
.UIQuestionForConversationNew #btnMoveToAsk>span:before{
        content:'\f128';
        font-family: 'Font Awesome 5 Pro';
        padding-right: 6px;
}
.UIQuestionForConversationNew #btnMoveToAsk>span{
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        font-weight: 500;
        line-height: 30px;
        padding: 0 10px;
}
.UIQuestionForConversationNew #btnMoveToAsk:hover {
        background-color: #ec1317;
        box-shadow: 0px 15px 20px rgb(229 46 46 / 40%);
        color: #fff;
        transform: translateY(-7px);
}
.UIQuestionForConversationNew>table *{
        font-family: 'Roboto';
        font-size: 16px;
}
.UIQuestionForConversationNew>table input:not(.VerifierTextBox){
        width: 100% !important;
}
.UIQuestionForConversationNew>table>tbody>tr>td{
        padding: 8px;
        text-align: left;
}
.UIQuestionForConversationNew>table>tbody>tr>td.td-Warring{
        color: #Da251C;
}
.UIQuestionForConversationNew>table input{
        padding: 5px 10px;
        border: 1px solid #c4c4c4;
        border-radius: 6px;
}
.UIQuestionForConversationNew .reLeftVerticalSide,.UIQuestionForConversationNew .reTlbVertical,
.UIQuestionForConversationNew .reTlbVertical,.UIQuestionForConversationNew .reRightVerticalSide{
        background: #ffffff;
        border: 0;
        outline: 0;
        display: none;
}
.UIQuestionForConversationNew .RadEditor{
        background: #ffffff !important;
        border: 0 !important;
}
.UIQuestionForConversationNew div.reContentArea{
        padding: 10px;
}
.UIQuestionForConversationNew .Office2007 .reToolbar li{
        background-image: unset;
}
.UIQuestionForConversationNew .reTool{
        background: #ffffff;
        margin-right: 10px !important;
}

.UIQuestionForConversationNew table .lnkSubmit, .UIQuestionForConversationNew table .lnkReset  {
        background: var(--color-primary);
        padding: 12px 30px;
        border-radius: 200px;
        opacity: 0px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #ffffff;
        display: inline-block;
        width: 200px;
        text-align: center;
}
.UIQuestionForConversationNew table .lnkReset {
        border: 1px solid #DADCE0;
        background: #FFFFFF;
        color: #3D4043;
}
.UIQuestionForConversationNew table .lnkSubmit:hover{
        opacity: 0.8;
}
.UIQuestionForConversationNew table .lnkReset:hover{
        background: #DA251C;
        color: #fff;
}